home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Utilities
/
mpega_library
/
developer
/
demo
/
smakefile
< prev
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1997-11-02
|
269 b
|
18 lines
#
# Makefile for MPEGA_demo
# Stéphane TAVENARD 25/10/1997
#
.c.o:
SC NOLINK $*.c
TARGET = MPEGA_demo
all: $(TARGET)
MPEGDEC_demo.o: MPEGA_demo.c
$(TARGET) : MPEGA_demo.o
sc link MPEGA_demo.o to $(TARGET) NOICONS LIB LIB:scm.lib LIB:sc.lib LIB:amiga.lib